Added asynchronous event notification through the Xen-API. Added a new command,
authorEwan Mellor <ewan@xensource.com>
Thu, 29 Mar 2007 14:46:30 +0000 (15:46 +0100)
committerEwan Mellor <ewan@xensource.com>
Thu, 29 Mar 2007 14:46:30 +0000 (15:46 +0100)
commit5a1f59a822263a09502b8dce81b343d1c721b213
tree339d3f2f66e261bba5ccc30cdadd611768e7e903
parentebbc8fb301ea425f3abd342a74618c25889984fc
Added asynchronous event notification through the Xen-API.  Added a new command,
xm event-monitor, a new test program for the C bindings, and new bindings
themselves.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
12 files changed:
.hgignore
docs/xen-api/xenapi-datamodel.tex
tools/libxen/Makefile
tools/libxen/include/xen_event.h [new file with mode: 0644]
tools/libxen/include/xen_event_decl.h [new file with mode: 0644]
tools/libxen/include/xen_event_operation.h [new file with mode: 0644]
tools/libxen/include/xen_event_operation_internal.h [new file with mode: 0644]
tools/libxen/src/xen_event.c [new file with mode: 0644]
tools/libxen/src/xen_event_operation.c [new file with mode: 0644]
tools/libxen/test/test_event_handling.c [new file with mode: 0644]
tools/python/xen/xend/XendAPI.py
tools/python/xen/xm/main.py